home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Macintosh / ResEdit3.0.sit / ResEdit™ 3.0 / ResEdit 3.0.rsrc / VDL_1000_Standard Error Dialog < prev    next >
Text File  |  1997-01-27  |  254b  |  13 lines

  1. Margin(10, 10, 10, 10)
  2.     VList()
  3.         {
  4.         ICON(2);
  5.         Spacer(Height = 10);
  6.         StaticText(errorMessage, Width = 350);
  7.         Spacer(Height = 10);
  8.         HList(Width = UseParent)
  9.             {
  10.             Spacer(Width = UseParent, Height = 0);
  11.             DefaultButton("OK", 1071, "None");
  12.             }
  13.         }